home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
Sharks' Spark Hack
/
Sparks.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-21
|
187b
|
14 lines
#ifndef ATOM_H
#define ATOM_H
class BSpark {
public:
float x;
float y;
float HorizontalSpeed;
float VerticalSpeed;
char Color;
char Life;
};
#endif